home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Freeware / Firebug 1.3.3 / firebug-1.3.3-fx.xpi / locale / Makefile.in < prev   
Encoding:
Makefile  |  2008-07-03  |  565 b   |  26 lines

  1. # See license.txt for terms of usage
  2.  
  3. DEPTH = ../../..
  4. topsrcdir = @top_srcdir@
  5. srcdir = @srcdir@
  6. VPATH = @srcdir@
  7.  
  8. include $(DEPTH)/config/autoconf.mk
  9.  
  10. MODULE = firebug
  11.  
  12. XPI_NAME               = firebug
  13. INSTALL_EXTENSION_ID   = firebug@software.joehewitt.com
  14. XPI_PKGNAME            = firebug
  15. USE_EXTENSION_MANIFEST = 1
  16.  
  17. DEFINES += -DAB_CD=$(AB_CD)
  18.  
  19. include $(topsrcdir)/config/rules.mk
  20.  
  21. ifneq (en-US,$(AB_CD))
  22. libs realchrome::
  23.     @echo "Comparing $(AB_CD) to en-US"
  24.     @$(PERL) $(topsrcdir)/toolkit/locales/compare-locales.pl $(srcdir)/en-US $(srcdir)/$(AB_CD)
  25. endif
  26.